home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / regiwppr / orderinf.frm < prev    next >
Text File  |  1998-01-19  |  2KB  |  51 lines

  1. VERSION 5.00
  2. Begin VB.Form OrderInfo 
  3.    BorderStyle     =   1  'Fixed Single
  4.    Caption         =   "Registration Information"
  5.    ClientHeight    =   3195
  6.    ClientLeft      =   45
  7.    ClientTop       =   330
  8.    ClientWidth     =   4680
  9.    LinkTopic       =   "Form1"
  10.    MaxButton       =   0   'False
  11.    MinButton       =   0   'False
  12.    ScaleHeight     =   3195
  13.    ScaleWidth      =   4680
  14.    StartUpPosition =   2  'CenterScreen
  15.    Begin VB.CommandButton Command1 
  16.       Caption         =   "&Close"
  17.       Default         =   -1  'True
  18.       Height          =   375
  19.       Left            =   1440
  20.       TabIndex        =   1
  21.       Top             =   2640
  22.       Width           =   1815
  23.    End
  24.    Begin VB.Label Label1 
  25.       Alignment       =   2  'Center
  26.       Caption         =   "Registration Information"
  27.       BeginProperty Font 
  28.          Name            =   "MS Sans Serif"
  29.          Size            =   9.75
  30.          Charset         =   0
  31.          Weight          =   700
  32.          Underline       =   0   'False
  33.          Italic          =   0   'False
  34.          Strikethrough   =   0   'False
  35.       EndProperty
  36.       Height          =   375
  37.       Left            =   120
  38.       TabIndex        =   0
  39.       Top             =   120
  40.       Width           =   4455
  41.    End
  42. End
  43. Attribute VB_Name = "OrderInfo"
  44. Attribute VB_GlobalNameSpace = False
  45. Attribute VB_Creatable = False
  46. Attribute VB_PredeclaredId = True
  47. Attribute VB_Exposed = False
  48. Private Sub Command1_Click()
  49.     Unload OrderInfo
  50. End Sub
  51.